home *** CD-ROM | disk | FTP | other *** search
- object FrmMain: TFrmMain
- Left = 314
- Top = 213
- AutoScroll = False
- Caption = 'Non-Shell Node Example'
- ClientHeight = 253
- ClientWidth = 400
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PTSplitter1: TPTSplitter
- Left = 0
- Top = 0
- Width = 400
- Height = 208
- Align = alClient
- Position = 176
- SplitterWidth = 4
- TabOrder = 0
- object PTSplitter1_pane1: TPTPane
- Left = 0
- Top = 0
- Width = 176
- Height = 208
- Index = 0
- object PTShellTree1: TPTShellTree
- Left = 0
- Top = 0
- Width = 172
- Height = 204
- ShellList = PTShellList1
- BorderStyle = bsNone
- ShowRoot = False
- DragMode = dmAutomatic
- Indent = 19
- OnChange = PTShellTree1Change
- Align = alClient
- ParentColor = False
- TabOrder = 0
- end
- end
- object PTSplitter1_pane2: TPTPane
- Left = 180
- Top = 0
- Width = 220
- Height = 208
- Index = 1
- object PTFrame1: TPTFrame
- Left = 0
- Top = 0
- Width = 216
- Height = 204
- FrameStyle = ptfsNone
- Align = alClient
- Caption = 'Non shell node.'
- Color = clBtnFace
- ParentColor = False
- end
- object PTShellList1: TPTShellList
- Left = 0
- Top = 0
- Width = 216
- Height = 204
- OnAddItem = PTShellList1AddItem
- OnDblClickOpen = PTShellList1DblClickOpen
- OnFillComplete = PTShellList1FillComplete
- Align = alClient
- BorderStyle = bsNone
- ReadOnly = False
- TabOrder = 0
- ViewStyle = vsList
- end
- end
- end
- object Memo1: TMemo
- Left = 0
- Top = 208
- Width = 400
- Height = 45
- Align = alBottom
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- ''
-
- 'This example shows how non-shell nodes can be added to a tree. N' +
- 'ote the two '
-
- 'non-shell nodes in the tree view and the single non-shell item i' +
- 'n the list view.')
- ReadOnly = True
- TabOrder = 1
- end
- object MainMenu1: TMainMenu
- Left = 338
- Top = 44
- object File1: TMenuItem
- Caption = '&File'
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 32856
- OnClick = Exit1Click
- end
- end
- object Test1: TMenuItem
- Caption = '&Test'
- object Registercustomicon1: TMenuItem
- Caption = '&Register custom icon'
- OnClick = Registercustomicon1Click
- end
- end
- end
- end
-